meson/gxl: Add tool to create bl31 bootable images
authorRemi Pommarel <[email protected]>
Sat, 30 Mar 2019 14:58:45 +0000 (15:58 +0100)
committerRemi Pommarel <[email protected]>
Tue, 2 Apr 2019 14:33:59 +0000 (16:33 +0200)
commit9f52e88636fd5b87682e923fb570f7aeaf662bd3
tree09de299f36702d0f0eee2ce2c4cf7a9ed5db6888
parent327ad2990ad4a1efc6e317a70c87d19e40c567a8
meson/gxl: Add tool to create bl31 bootable images

GXL platforms need to have a specific header at the beginning of bl31
image to be able to boot. This adds a tool to create that and calls it at
build time.

Signed-off-by: Remi Pommarel <[email protected]>
.gitignore
plat/meson/gxl/platform.mk
tools/meson/Makefile [new file with mode: 0644]
tools/meson/doimage.c [new file with mode: 0644]